home *** CD-ROM | disk | FTP | other *** search
/ Belgian Amiga Club - ADF Collection / BS1 part 19.zip / BS1 part 19 / A-talk III release disk 1.adf / Scripts / bix.scr < prev    next >
Text File  |  1988-09-30  |  450b  |  33 lines

  1. #------------------------------------------
  2. # BIX.script -- Login on BIX
  3. #------------------------------------------
  4. TIMEOUT 30
  5. #
  6. # Wake up Tymnet
  7. #
  8. ON "please log in: " GOTO login
  9. #ON "name:" GOTO login
  10. DELAY 1
  11. begin:
  12. REPLY a
  13. DELAY 2
  14. REPLY ^M
  15. DELAY 2
  16. GOTO begin
  17. #
  18. # Login
  19. #
  20. login:
  21. DELAY 1
  22. REPLY "bix^M"
  23. WAIT "Name? "
  24. # Substitute on next REPLYs username and password
  25. #
  26. REPLY "username^M"
  27. WAIT "Password: "
  28. REPLY "password^M"
  29. #
  30. # Now logged in.
  31. #
  32.